home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / vbcc / machines / amiga68k / libsrc / math / math_ieee / divl.s < prev    next >
Encoding:
Text File  |  1995-09-17  |  181 b   |  12 lines

  1.  xref _MathIeeeSingBasBase
  2.  
  3.  xdef __ieeedivl
  4. __ieeedivl:
  5.  move.l a6,-(sp)
  6.  move.l  _MathIeeeSingBasBase,a6
  7.  move.l 8(sp),d1
  8.  move.l 12(sp),d0
  9.  jsr     -84(a6)
  10.  move.l (sp)+,a6
  11.  rts
  12.